@charset "utf-8";
/* CSS Welcome Page */

#welcome-container {
	background-image:url(../images/welcome-page-background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:100%;
	max-width:904px;
	height:468px;
	border-bottom:7px;
	border-bottom-color:#ed1d24;
	border-bottom-style:solid;	
	z-index:200;
	}
	
	#banner-copy-position {
		position:relative;
		top:16px;
		padding:0px 5px;
		margin:0px auto;
		width:100%;
		max-width:894px;
		z-index:220;
		}
		.banner-text {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 24px;
			line-height:1.0em;
			color: #fff;
			text-decoration: none;
			text-shadow: 3px 3px 3px rgba(0,0,0, 0.5);
			text-align:left;
			margin-top:0px;
			margin-bottom:0px;
			}
		
	#welcome-copy-position {
		position:absolute;
		top:290px;
		margin:0px auto;
		width:100%;
		max-width:330px;
		z-index:250;
		}
		.welcome-page-copy {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:1.5em;
			margin-top:10px;
			font-weight:bold;
			padding-left:5px;
			}
	#clickhere-position {
		position:absolute;
		top:305px;
		left:50%;
		margin-right:auto;
		margin-left:-100px;
		z-index:270;
		}
	#search-position {
		position:absolute;
		top:410px;
		left:50%;
		margin-right:auto;
		margin-left:134px;
		z-index:280;
		}
	
@media (min-width: 250px) and (max-width:975px){
	#welcome-container {
		background-image:none;
		padding:0px;
		margin:0px;
		width:100%;
		height:auto;
		min-height:0px;
	}
	#banner-copy-position {
		position:relative;
		top:auto;
		margin:0px auto;
		width:100%;
		max-width:894px;
		z-index:100;
		height:auto;
		padding:0px;
	}
	.banner-text {
		background-color: #000;
		padding:10px;
		margin: 0px;
	}
	#welcome-copy-position {
		position:relative;
		top:0px;
		margin:0px auto;
		width:90%;
		max-width:950px;
		z-index:150;
		height:auto;
	}
	.welcome-page-copy {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.5em;
		margin-top:10px;
		font-weight:bold;
		padding:0px;
	}
	#search-position {
		position:static;
		margin:0px auto;
		padding:10px;
		z-index:0;
	}
	#clickhere-position {
		top:0px;
		left:0%;
		margin-left:0px;
		z-index:0;
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
}
@media (min-width: 250px) and (max-width:400px){
	#banner-copy-position {
		top:auto;
	}
	#flag-container {
		position: relative;
		top:150px;
		right:5px;
		background-color:#ED1D24;
		z-index: 500;
	}
	.header-cent {
		height: auto;
	}
	#header-red-banner {
		height:122px;
		background-color:#ED1D24;
	}
	#header-menu-position {
		top:90px;
		padding-left:0px;
		width:100%;
		height: auto;
	}
	#header-container {
		min-height:175px;
		height: auto;
		
	}
}